week 2 UI#13
Open
AbdelrahmanElghandour wants to merge 4 commits into엘간두르from
Open
Conversation
yeochaeeon
reviewed
May 1, 2026
Collaborator
yeochaeeon
left a comment
There was a problem hiding this comment.
과제 수고 많으셨습니다 !
오늘 스터디때 뵐게요!!
| Text( | ||
| text = "Hello $name!", | ||
| modifier = modifier | ||
| fun SnsFeedScreen() { |
Collaborator
There was a problem hiding this comment.
현재 SnsFeedScreen 안에 리스트 아이템(카드)을 그리는 로직이 모두 포함되어 있습니다. 만약 게시물 하나를 나타내는 PostItem(post: PostData) Composable을 따로 분리한다면 가독성과 재사용성이 좋아질 것 같습니다!
| } | ||
|
|
||
| feat/week2 | ||
| LazyColumn( |
Collaborator
There was a problem hiding this comment.
SNS 특성상 많은 데이터를 다루게 되는데, LazyColumn을 선택하신 점이 좋아보입니다!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
변경점 👍
새로 구현한 기능 및 주요 변경점
버그 해결 💊
해결한 버그
테스트 💻
변경점을 테스트하기 위한 방법 기술
스크린샷 🖼
변경된 부분에 대한 스크린샷
비고 ✏
리뷰어에게 전하는 말 등
사용하지 않은 항목은 모두 지워주세요.